Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. VectorN opBinary(VectorN rhs)
    struct Vector(uint N, T)
    @nogc @safe nothrow pragma(inline, true) inout
    VectorN
    opBinary
    (
    string op
    )
    (
    in VectorN rhs
    )
    if (
    op == "*" ||
    op == "/"
    ||
    op == "+"
    ||
    op == "-"
    )
  2. VectorN opBinary(float rhs)

Meta